home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / modleadv.dir / 00051_Script_51 < prev    next >
Text File  |  1994-11-28  |  262b  |  14 lines

  1. on enterframe
  2.   global lcl,rcl,ucl,dcl,pnt
  3.   
  4.   set the cursor of sprite 1 to ucl
  5.   set the cursor of sprite 2 to lcl
  6.   set the cursor of sprite 3 to rcl
  7.   set the cursor of sprite 4 to pnt
  8.   updatestage
  9. end
  10.  
  11. on exitFrame
  12.   unLoadCast
  13. end exitFrame
  14.